home *** CD-ROM | disk | FTP | other *** search
/ BigMax 21 / BigMax nº 21 / BigMax nº 21.iso / big21.dir / Behaviours_12_B11.ls < prev    next >
Encoding:
Text File  |  1998-06-25  |  225 b   |  14 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to "online2"
  3.   cursor(280)
  4. end
  5.  
  6. on mouseLeave me
  7.   set the member of sprite the currentSpriteNum to "online"
  8.   cursor(-1)
  9. end
  10.  
  11. on mouseUp me
  12.   go("Online")
  13. end
  14.